home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 037a / tc256d.zip / BGIDEMO.PRJ (.txt) < prev    next >
Borland C/C++ Project  |  1991-07-27  |  6KB  |  72 lines

  1. Turbo C Project File 
  2. C:\TC\INCLUDE
  3. C:\TC\LIB
  4. 32767
  5. ~GREP
  6. -n+ $MEM(64) $NOSWAP $PROMPT $CAP MSG(GREP2MSG)void *.c 
  7. ~Turbo Assembler
  8. /MX /ZI /O $TASM
  9. Turbo ~Debugger
  10.  $EXENAME
  11. Turbo ~Profiler
  12. tprof
  13.  $EXENAME
  14. R~esource Compiler
  15. ~Import Librarian
  16. IMPLIB
  17. $IMPLIB
  18. BGIDEMO.C
  19. A256\BGIDEMO.C
  20. ISVGADET.OBJ
  21. 6\ISVGADET.OBJ
  22. ISVGADET.H
  23. ISVGA256.H
  24. VGAEXTRA.H
  25. ..\..\INCLUDE\GRAPHICS.H
  26. ..\..\INCLUDE\STDARG.H
  27. ..\..\INCLUDE\STDLIB.H
  28. ..\..\INCLUDE\STDIO.H
  29. ..\..\INCLUDE\CONIO.H
  30. ..\..\INCLUDE\MATH.H
  31. ..\..\INCLUDE\DOS.H
  32. BGIDEMO.C
  33.     p    +    
  34. ah,ch
  35.          and   ah,1
  36.          mov   al,0f9h
  37.          out   dx,ax
  38.          mov   al,ch
  39.          and   al,1100b
  40.          mov   ah,al
  41.          shr   ah,1
  42.          shr   ah,1
  43.          or    ah,al
  44.          mov   al,0f6h
  45.          out   dx,al
  46.          inc   dx
  47.          in    al,dx
  48.          dec   dx
  49.          and   al,not 1111b
  50.          or    ah,al
  51.          mov   al,0f6h
  52.          out   dx,ax
  53.          mov   ah,ch
  54.          mov   cl,4
  55.          shl   ah,cl
  56.          and   ah,100000b
  57.          mov   dl,0cch
  58.          in    al,dx
  59.          mov   dl,0c2h
  60.          and   al,not 100000b
  61.          or    al,ah
  62.          out   dx,al
  63.          sti
  64.          pop   cx
  65.          pop   dx
  66.          pop   ax
  67.          ret
  68. bank_select_7 endp
  69. bank_select proc near            ; AL = bank #
  70.          push  ax
  71.          pu
  72.